home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00040.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  718 b   |  25 lines

  1. on enterFrame
  2.   global currenttxt, currenttitle
  3.   cursor(4)
  4.   puppetPalette("movie menu palette")
  5.   puppetSprite(12, 1)
  6.   puppetSprite(13, 1)
  7.   puppetSprite(23, 1)
  8.   puppetSprite(24, 1)
  9.   puppetSprite(25, 1)
  10.   puppetSprite(27, 1)
  11.   puppetSprite(48, 1)
  12.   if the soundEnabled = 0 then
  13.     puppetSprite(48, 1)
  14.     set the castNum of sprite 48 to cast "SoundOff6"
  15.     updateStage()
  16.   end if
  17.   set the castNum of sprite 23 to the number of cast "clip1.pict"
  18.   set the castNum of sprite 24 to the number of cast "clip2.pict"
  19.   set the castNum of sprite 25 to the number of cast "clip3.pict"
  20.   set the text of cast "base title" to currenttitle
  21.   set the text of cast "base txt" to currenttxt
  22.   cursor(-1)
  23.   updateStage()
  24. end
  25.